home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacWT 0.9 / wt Mac Source / Networking.h < prev    next >
Encoding:
Text File  |  1995-10-10  |  562 b   |  23 lines  |  [TEXT/CWIE]

  1. /*
  2. ** File:        Networking.h
  3. **
  4. ** Written by:    Bill Hayden
  5. **                Nikol Software
  6. **
  7. ** Copyright © 1995 Nikol Software
  8. ** All rights reserved.
  9. **
  10. */
  11.  
  12.  
  13.  
  14.  
  15. OSErr    DoBuildZoneList(ListHandle listHndl);
  16. OSErr    HiliteUserZone(ListHandle listHndl);
  17. OSErr    OldStyleGetMyZone(StringPtr str);
  18. OSErr    AddPPCNBPAlias(NamesTableEntry *theNTE, Str32 newNBPType, EntityName *newEntity);
  19. OSErr    RemoveNBPAlias(EntityPtr theEntity);
  20.  
  21. OSErr    MakeTarget(AEAddressDesc *target, short replyMode,
  22.                    Str255 prompt, Str255 applListLabel,
  23.                    PPCFilterUPP portFilter, char *theLocNBPType);